home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / share / 41 / setup.exe / transwin.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2001-03-15  |  3KB  |  116 lines

  1. object Form1: TForm1
  2.   Left = 265
  3.   Top = 107
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = TrackBar1
  7.   BorderIcons = [biSystemMenu, biMinimize]
  8.   BorderStyle = bsSingle
  9.   Caption = 'PryaSoft TransWin'
  10.   ClientHeight = 148
  11.   ClientWidth = 225
  12.   Color = clBtnFace
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   Icon.Data = {<image000.ico>}
  19.   OldCreateOrder = False
  20.   Position = poDesktopCenter
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Label1: TLabel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 62
  30.     Height = 13
  31.     Caption = 'Value: 255'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object Image1: TImage
  40.     Left = 16
  41.     Top = 64
  42.     Width = 32
  43.     Height = 32
  44.     AutoSize = True
  45.     Center = True
  46.     Picture.Data = {<image001.ico>}
  47.     Transparent = True
  48.     OnMouseDown = Image1MouseDown
  49.     OnMouseMove = Image1MouseMove
  50.     OnMouseUp = Image1MouseUp
  51.   end
  52.   object Label2: TLabel
  53.     Left = 16
  54.     Top = 104
  55.     Width = 190
  56.     Height = 39
  57.     Caption = 
  58.       'Drag and drop the attach icon onto the '#13#10'window title you want t' +
  59.       'o be transparent. '#13#10'Apply transparentcy by the scrollbar.'
  60.   end
  61.   object Label3: TLabel
  62.     Left = 56
  63.     Top = 64
  64.     Width = 91
  65.     Height = 13
  66.     Caption = 'Target Window:'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.   end
  74.   object lblTarget: TLabel
  75.     Left = 56
  76.     Top = 80
  77.     Width = 89
  78.     Height = 13
  79.     Caption = 'PryaSoft TransWin'
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clBlue
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.   end
  87.   object TrackBar1: TTrackBar
  88.     Left = 0
  89.     Top = 25
  90.     Width = 225
  91.     Height = 32
  92.     Max = 255
  93.     Orientation = trHorizontal
  94.     Frequency = 15
  95.     Position = 255
  96.     SelEnd = 0
  97.     SelStart = 0
  98.     TabOrder = 0
  99.     TickMarks = tmBottomRight
  100.     TickStyle = tsAuto
  101.     OnChange = TrackBar1Change
  102.   end
  103.   object PopupMenu1: TPopupMenu
  104.     Left = 192
  105.     Top = 64
  106.     object Show1: TMenuItem
  107.       Caption = 'Show'
  108.       OnClick = Show1Click
  109.     end
  110.     object Exit1: TMenuItem
  111.       Caption = 'Exit'
  112.       OnClick = Exit1Click
  113.     end
  114.   end
  115. end
  116.